home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x64.msi
/
Data1.cab
/
_CCD74E4AD26C4EA5AA1054D79762A0DF
< prev
next >
Wrap
Extensible Markup Language
|
2008-06-28
|
4KB
|
124 lines
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
version="1.0">
<xsl:output
method="html"
version="4.0"
encoding="UTF-8"
omit-xml-declaration="yes"
indent="yes"/>
<xsl:include href="./resource/html/propcell.xsl"/>
<xsl:template match="/Root">
<html>
<table border="0">
<tr>
<!-- Diagram image -->
<!--
<td>
<img src="EE4E9A07-A28D-4fd2-BEAF-9B751D52DCE9" align="left"/>
</td>
-->
<!-- Object header -->
<td width="100%" valign="middle">
<h2><xsl:value-of select="PropertyBag/Property[@name='PROPID_DISPLAYNAME']"/></h2>
</td>
</tr>
<tr>
<td>
<hr/>
</td>
</tr>
<tr>
<!-- properties list -->
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0">
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_DISKNAME')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_VOLUMELABEL')"/>
<xsl:with-param name="CheckFSName" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_TYPESTRING')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_FSNAME')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_ROOTSIZE')"/>
<xsl:with-param name="CheckNull" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_BOOTSIZE')"/>
<xsl:with-param name="CheckNull" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_CLUSTERSIZE')"/>
<xsl:with-param name="CheckNull" select="boolean(1)"/>
</xsl:call-template>
<!--
</table>
</td>
<td>
<table border="1" cellspacing="0" cellpadding="0">
-->
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_SERIALNUMBER')"/>
<xsl:with-param name="CheckFSName" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_PARTITIONIDSTRING')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_NTFSVERSIONSTRING')"/>
<xsl:with-param name="CheckNull" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_SIZESTRING')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_DATASIZESTRING')"/>
<xsl:with-param name="CheckFSName" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_FREESIZESTRING')"/>
<xsl:with-param name="CheckFSName" select="boolean(1)"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_ISPARTBOOTABLESTR')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_ISPARTHIDDENSTR')"/>
</xsl:call-template>
</table>
</td>
</tr>
</table>
</html>
</xsl:template>
</xsl:stylesheet>